home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9365 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Data Structures and C Books
  5. Date: 9 Mar 1996 21:17:47 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Distribution: world
  8. Message-ID: <4hsshr$bcv@news.interpath.net>
  9. References: <8MAR199622105727@rosie.uh.edu>
  10. NNTP-Posting-Host: mercury.interpath.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. MJL04133@JETSON.UH.EDU (mjl04133@rosie.uh.edu) wrote:
  14.  
  15. : Does anyone know of any good and easy to understand books on data
  16. : structures and the C programming language???? 
  17.  
  18. Sidgewick's Algorithms In C is a classic and a must-have.  I'd rate it
  19. the #1 book geared towards C. (Other books like Introduction To
  20. Algorithms cover more, but are written in incomprehensible pseudocode.)
  21. I regularly swipe code from this book.
  22.  
  23. The New C Primer Plus and C: The Complete Reference touch on data
  24. structures, but don't go very far. They do most of the basics.
  25. These are easy to understand, but lack the rigor of A In C.
  26.  
  27. Data Structures, Algorithms, and Software Principles In C is another
  28. good textbook-like book.
  29.  
  30. Scott
  31.  
  32.